3.7 \(\int a \, dx\)

Optimal. Leaf size=3 \[ a x \]

[Out]

a*x

_______________________________________________________________________________________

Rubi [A]  time = 0.00268914, antiderivative size = 3, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 1, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 1. \[ a x \]

Antiderivative was successfully verified.

[In]  Int[a,x]

[Out]

a*x

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int a\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(a,x)

[Out]

Integral(a, x)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0000255986, size = 3, normalized size = 1. \[ a x \]

Antiderivative was successfully verified.

[In]  Integrate[a,x]

[Out]

a*x

_______________________________________________________________________________________

Maple [A]  time = 0.002, size = 4, normalized size = 1.3 \[ ax \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(a,x)

[Out]

a*x

_______________________________________________________________________________________

Maxima [A]  time = 1.33624, size = 4, normalized size = 1.33 \[ a x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(a,x, algorithm="maxima")

[Out]

a*x

_______________________________________________________________________________________

Fricas [A]  time = 0.170804, size = 1, normalized size = 0.33 \[ x a \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(a,x, algorithm="fricas")

[Out]

x*a

_______________________________________________________________________________________

Sympy [A]  time = 0.017737, size = 2, normalized size = 0.67 \[ a x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(a,x)

[Out]

a*x

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.211904, size = 4, normalized size = 1.33 \[ a x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(a,x, algorithm="giac")

[Out]

a*x